From f16566658d6bd864f4bf8ef62430cf1064e86531 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 6 Mar 2006 22:12:57 +0000 Subject: [PATCH] No -W by default. A ccidentally commited on 2/28. --- gpsbabel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index e06353493..8c4a865e9 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -30,7 +30,7 @@ OUTPUT_SWITCH=-o # # # Enable either or both of these as you wish. # -OPTIMIZATION=-O -W $(EXTRA_OPTIMIZATION) +OPTIMIZATION=-O $(EXTRA_OPTIMIZATION) DEBUGGING=-g $(EXTRA_DEBUGGING) # add -DDEBUG_MEM to turn on memory allocation logging CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION) -- 2.30.2